Paid-download MCP for asking Personio Recruiting flow questions inside Claude, Cursor, or another MCP client.
Overview
Ask Personio Recruiting questions about application flow, stage-transition history, candidate and application freshness, recruiting job inventory, category-level hiring load, department and workplace slicing, and webhook delivery health. No dashboard build. No SQL.
Paid one-time download: https://samvangelos.gumroad.com/l/personio-recruiting-ops-plane
The package runs locally. Buyers bring their own Personio API credentials. Not affiliated with, sponsored by, or endorsed by Personio.
Server Config
{
"mcpServers": {
"personio-recruiting-ops-plane": {
"command": "node",
"args": [
"<path-to-personio-recruiting-ops-plane-download>/dist/index.js"
],
"env": {
"PERSONIO_CLIENT_ID": "<your_personio_client_id>",
"PERSONIO_CLIENT_SECRET": "<your_personio_client_secret>"
}
}
}
}